home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / technotes / Environment_Variables < prev    next >
Text File  |  1994-08-01  |  2KB  |  65 lines

  1. Environment Variables
  2. Eric Pepke
  3. September 11, 1992
  4.  
  5. Summary: Description of environment variables used by SciAn
  6.  
  7. SciAn uses a number of environment variables for debugging and for setting 
  8. default parameters.  All variables begin with SCIAN_.
  9.  
  10. SCIAN_SHOW_CONFIG
  11.    If this variable is defined (any definition will do), then SciAn will
  12.    print to standard output the decisions it makes about the machine while
  13.    setting it up.
  14.  
  15. SCIAN_VETO_RGB
  16.    If this variable is defined, then SciAn will not use RGB mode even if it
  17.    is present.
  18.  
  19. SCIAN_VETO_CMAP
  20.    If this variable is defined, then SciAn will not use color map mode even
  21.    if it is present.
  22.  
  23. SCIAN_VETO_DOUBLE
  24.    If this variable is defined, then SciAn will not use double buffers even
  25.    if it can.
  26.  
  27. SCIAN_VETO_ZBUFFER
  28.    If this variable is defined, then SciAn will not use the Z-buffer even
  29.    if there is one.
  30.  
  31. SCIAN_FORCE_ZBUFFER
  32.    If this variable is defined, then SciAn will try to use the Z-buffer even
  33.    if there isn't one.
  34.  
  35. SCIAN_VETO_OVERLAY
  36.    If this variable is defined, then SciAn will not use overlay planes even
  37.    if they are there.  This causes SciAn not to work most of the time.
  38.  
  39. SCIAN_FORCE_OVERLAY
  40.    If this variable is defined, then SciAn will try to use overlay planes
  41.    even if they are not there.
  42.  
  43. SCIAN_SCAVENGE_COLORS
  44.    If this variable is defined, then SciAn will try to scavenge colors from
  45.    the existing color map as much as it can instead of define new entries.
  46.    This keeps the color map more pristine and may be a good idea on systems
  47.    with not very much memory.  However, it may take longer.
  48.  
  49. SCIAN_COLOR_BEG
  50.    This variable can be defined as an integer giving the start of the 
  51.    colors in the color map that SciAn writes over for its own use.
  52.  
  53. SCIAN_N_COLORS
  54.    This variable can be defined as the number of colors that SciAn can use.
  55.    It overrides assumptions about the system.
  56.  
  57. SCIAN_RECORDER_DEV
  58.    This variable should be a string which is the path of the terminal device
  59.    used to drive a videodisc recorder connected to the machine.
  60.  
  61. SCIAN_preference
  62.    Any variable of this form is a default preference if no preferences file
  63.    is found.  Names and values of preferences can be found in 
  64.    ScianPreferences.c.  Look for the shortName field of prefInfo.
  65.